HipAVAudioSource

Undocumented in source.

Constructors

this
this(HipAVAudioPlayer player)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

clip
alias clip = HipAudioSource.clip
Undocumented in source.
loop
alias loop = HipAudioSource.loop
Undocumented in source.

Functions

clip
IHipAudioClip clip(IHipAudioClip newClip)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
bool loop(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
bool pause()
Undocumented in source. Be warned that the author may not have intended to support it.
play
bool play()
Undocumented in source. Be warned that the author may not have intended to support it.
play_streamed
bool play_streamed()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
bool stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
AVAudioPCMBuffer buffer;
Undocumented in source.
isClipDirty
bool isClipDirty;
Undocumented in source.
player
AVAudioPlayerNode player;
Undocumented in source.
sink
AVAudioSinkNode sink;
Undocumented in source.

Inherited Members

From HipAudioSource

attachToPosition
void attachToPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
attachOnDestroy
void attachOnDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
getProgress
float getProgress()
Undocumented in source. Be warned that the author may not have intended to support it.
pullStreamData
void pullStreamData()
Undocumented in source. Be warned that the author may not have intended to support it.
getFreeBuffer
HipAudioBufferWrapper* getFreeBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
sendAvailableBuffer
void sendAvailableBuffer(HipAudioBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
clean
HipAudioSource clean()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta